home *** CD-ROM | disk | FTP | other *** search
/ Flash MX Savvy / FlashMX Savvy.iso / pc / WIN / FreeHand / Setup.exe / data1.cab / App_Files / English / PPDs / AGSELS51.PPD < prev    next >
Encoding:
PostScript Printer Description  |  2001-08-15  |  28.0 KB  |  633 lines

  1. *PPD-Adobe: "4.0"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *% Copyright 1987-1993 Adobe Systems Incorporated. 
  4. *% All Rights Reserved. 
  5. *% Permission is granted for redistribution of this file as
  6. *% long as this copyright notice is intact and the contents
  7. *% of the file is not altered in any way from its original form.
  8. *% End of Copyright statement
  9. *FormatVersion: "4.0"
  10. *FileVersion: "3.1"
  11. *PCFileName: "AGSelS51.PPD"
  12. *LanguageVersion: English
  13. *Product: "(AGFA SelectSet 5000)"
  14. *PSVersion: "(52.3) 320"
  15. *ModelName: "AGFA-SelectSet5000"
  16. *NickName: "AGFA-SelectSet5000 v52.3"
  17.  
  18. *% General Information and Defaults ===============
  19. *FreeVM: "2453510"
  20. *LanguageLevel: 1
  21. *ColorDevice: False
  22. *DefaultColorSpace: Gray
  23. *VariablePaperSize: True
  24. *Extensions: FileSystem
  25. *FileSystem: True
  26. *?FileSystem: "
  27.   statusdict /diskstatus get exec
  28.   exch pop 0 eq {(False)}{(True)}ifelse = flush
  29. "
  30. *End
  31. *Throughput: "1"
  32. *Password: "0"
  33. *ExitServer: "
  34.   count 0 eq {  % is the password on the stack?
  35.     true 
  36.   }{
  37.     dup    % potential password
  38.     statusdict /checkpassword get exec not 
  39.   } ifelse 
  40.   {  %  if no password or not valid 
  41.     (WARNING : Cannot perform the exitserver command.) = 
  42.     (Password supplied is not valid.) = 
  43.     (Please contact the author of this software.) = flush
  44.     quit 
  45.   } if 
  46.   serverdict /exitserver get exec
  47. "
  48. *End
  49. *Reset: "
  50.   count 0 eq {  % is the password on the stack?
  51.     true 
  52.   }{
  53.     dup    % potential password
  54.     statusdict /checkpassword get exec not 
  55.   } ifelse 
  56.   {  %  if no password or not valid 
  57.     (WARNING : Cannot reset printer.) = 
  58.     (Password supplied is not valid.) = 
  59.     (Please contact the author of this software.) = flush
  60.     quit 
  61.   } if 
  62.   serverdict /exitserver get exec
  63.   systemdict /quit get exec
  64.   (WARNING : Printer Reset Failed.) = flush
  65. "
  66. *End
  67.  
  68. *OpenUI *Resolution: PickOne
  69. *OrderDependency: 20 AnySetup *Resolution
  70. *DefaultResolution: 2400x2400dpi
  71. *Resolution 1200x1200dpi: " 1200 statusdict /setresolution get exec "
  72. *Resolution 2400x2400dpi: " 2400 statusdict /setresolution get exec "
  73. *Resolution 3600x3600dpi: " 3600 statusdict /setresolution get exec "
  74. *?Resolution: "
  75. save
  76.   initgraphics
  77.   0 0 moveto currentpoint matrix defaultmatrix transform
  78.   0 72 lineto currentpoint matrix defaultmatrix transform
  79.   3 -1 roll sub dup mul
  80.   3 1 roll exch sub dup mul
  81.   add sqrt round cvi
  82.   (          ) cvs dup print (x) print print (dpi) = flush
  83. restore
  84. "
  85. *End
  86. *CloseUI: *Resolution
  87.  
  88. *% Halftone Information ===============
  89. *ScreenFreq: "133.0"
  90. *ScreenAngle: "45.0"
  91. *DefaultScreenProc: Dot
  92. *ScreenProc Dot: "
  93. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  94. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  95. "
  96. *End
  97. *ScreenProc Line: "{ pop }"
  98. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  99.  
  100. *DefaultTransfer: Null
  101. *Transfer Null: "{ }"
  102. *Transfer Null.Inverse: "{ 1 exch sub }"
  103.  
  104. *% Paper Handling ===================
  105.  
  106. *% Use these entries to set paper size most of the time, unless there is
  107. *% specific reason to use PageRegion.
  108. *% The 3.0 page sizes are for Seperator 3.0 and illustrator 3.0 since they rotates 
  109. *% and clips the regular page sizes
  110. *OpenUI *PageSize: PickOne
  111. *OrderDependency: 30 AnySetup *PageSize
  112. *DefaultPageSize: Letter
  113. *PageSize Letter: "letter"
  114. *PageSize Legal: "legal"
  115. *PageSize Tabloid: "11x17"
  116. *PageSize LARGE: "1130 1584 1 statusdict /setpage get exec"
  117. *PageSize A3: "a3"
  118. *PageSize A4: "a4"
  119. *PageSize A5: "a5"
  120. *PageSize B5: "b5"
  121. *PageSize Letter.Transverse: "Letter"
  122. *PageSize Legal.Transverse: "Legal"
  123. *PageSize A4.Transverse: "A4"
  124. *PageSize A5.Transverse: "A5"
  125. *PageSize B5.Transverse: "B5"
  126. *?PageSize: "
  127. save
  128.  mark  statusdict /pageparams get exec  exch pop
  129.    5 dict
  130.     dup [420 595] (A5.Transverse) put
  131.     dup [516 729] (B5.Transverse) put
  132.     dup [595 842] (A4.Transverse) put
  133.     dup [612 792] (Letter.Transverse) put
  134.     dup [612 1008] (Legal.Transverse) put
  135.    8 dict
  136.     dup [595 420] (A5) put
  137.     dup [729 516] (B5) put
  138.     dup [792 612] (Letter) put
  139.     dup [842 595] (A4) put
  140.     dup [1008 612] (Legal) put
  141.     dup [842 1190] (A3) put
  142.     dup [792 1224] (Tabloid) put
  143.     dup [1584 1130] (LARGE) put
  144.   3 -1 roll 0 eq { pop } { exch pop }ifelse
  145.   (Unknown) exch
  146.   { exch aload pop
  147.     4 index eq exch 5 index eq and
  148.     { exch pop exit } { pop } ifelse
  149.   } bind forall = flush cleartomark
  150. restore
  151. "
  152. *End
  153. *CloseUI: *PageSize
  154.  
  155. *% These entries will set up the frame buffer. Usually used with manual feed.
  156. *OpenUI *PageRegion: PickOne
  157. *OrderDependency: 40 AnySetup *PageRegion
  158. *DefaultPageRegion: Letter
  159. *PageRegion Letter: "letter"
  160. *PageRegion Legal: "legal"
  161. *PageRegion Tabloid: "11x17"
  162. *PageRegion LARGE: "1130 1584 1 statusdict /setpage get exec"
  163. *PageRegion A3: "a3"
  164. *PageRegion A4: "a4"
  165. *PageRegion A5: "a5"
  166. *PageRegion B5: "b5"
  167. *PageRegion Letter.Transverse: "Letter"
  168. *PageRegion Legal.Transverse:  "Legal"
  169. *PageRegion A4.Transverse: "A4"
  170. *PageRegion A5.Transverse: "A5"
  171. *PageRegion B5.Transverse: "B5"
  172. *CloseUI: *PageRegion
  173.  
  174. *% The following entries provide information about specific paper keywords.
  175. *DefaultImageableArea: Letter
  176. *ImageableArea Letter: "0 0 612 792 "
  177. *ImageableArea Legal: "0 0 612 1008 "
  178. *ImageableArea Tabloid: "0 0 792 1224 "
  179. *ImageableArea LARGE: "0 0 1130 1584"
  180. *ImageableArea A3: "0 0 842 1190 "
  181. *ImageableArea A4: "0 0 595 842  "
  182. *ImageableArea A5: "0 0 420 595  "
  183. *ImageableArea B5: "0 0 516 729  "
  184. *ImageableArea Letter.Transverse: "0 0 612 792 "
  185. *ImageableArea Legal.Transverse:  "0 0 612 1008"
  186. *ImageableArea A4.Transverse: "0 0 595 842 "
  187. *ImageableArea A5.Transverse: "0 0 420 595 "
  188. *ImageableArea B5.Transverse: "0 0 516 729 "
  189. *?ImageableArea: "
  190.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  191.   newpath clippath pathbbox
  192.   4 -2 roll exch 2 {ceiling cvp} repeat
  193.   exch 2 {floor cvp} repeat flush
  194.  restore
  195. "
  196. *End
  197.  
  198. *% These provide the physical dimensions of the paper (by keyword)
  199. *DefaultPaperDimension: Letter
  200. *PaperDimension Letter: "612 792 "
  201. *PaperDimension Legal: "612 1008"
  202. *PaperDimension Tabloid: "792 1224"
  203. *PaperDimension LARGE: "1130 1584"
  204. *PaperDimension A3: "842 1190"
  205. *PaperDimension A4: "595 842 "
  206. *PaperDimension A5: "420 595 "
  207. *PaperDimension B5: "516 729 "
  208. *PaperDimension Letter.Transverse: "612 792 "
  209. *PaperDimension Legal.Transverse: "612 1008 "
  210. *PaperDimension A4.Transverse: "595 842 "
  211. *PaperDimension A5.Transverse: "420 595 "
  212. *PaperDimension B5.Transverse: "516 729 "
  213.  
  214. *% Custom Page Sizes
  215. *CustomPageSize True: "exch pop statusdict begin setpageparams end"
  216. *ParamCustomPageSize Width: 1 points 0 1130
  217. *ParamCustomPageSize Height: 2 points 0 1584
  218. *ParamCustomPageSize WidthOffset/Margins: 3 points 0 0
  219. *ParamCustomPageSize HeightOffset: 4 points 0 0
  220. *ParamCustomPageSize Orientation: 5 int 0 1
  221.  
  222. *% Default Handling Features. This machine is a roll-fed machine, which is 
  223. *% why most of these entries have values of "None".
  224. *OpenUI *InputSlot: PickOne
  225. *OrderDependency: 20 AnySetup *InputSlot
  226. *DefaultInputSlot: Cassette
  227. *InputSlot Cassette: ""
  228. *CloseUI: *InputSlot
  229.  
  230. *% Imagesetter Information =====================
  231. *OpenGroup: Imagesetter
  232. *OpenUI *MirrorPrint/Mirror Print: Boolean
  233. *OrderDependency: 50 AnySetup *MirrorPrint
  234. *MirrorPrint True: "true statusdict /setmirrorprint get exec"
  235. *MirrorPrint False: "false statusdict /setmirrorprint get exec"
  236. *DefaultMirrorPrint: False
  237. *?MirrorPrint: "save statusdict /mirrorprint get exec
  238.    { (True) } { (False) } ifelse = flush restore"
  239. *End
  240. *CloseUI: *MirrorPrint
  241.  
  242. *NegativePrint True: "statusdict begin true setinvert end"
  243. *DefaultNegativePrint: False
  244. *?NegativePrint: "statusdict begin invert end
  245.                   {(True)}{(False)}ifelse = flush"
  246. *End
  247.  
  248. *AdvanceMedia None: ""
  249. *DefaultAdvanceMedia: None
  250. *?AdvanceMedia: "(None) = flush"
  251.  
  252. *CutMedia None: ""
  253. *DefaultCutMedia: None
  254. *?CutMedia: "(None) = flush"
  255. *CloseGroup: Imagesetter
  256.  
  257. *% Font Information =====================
  258.  
  259. *DefaultFont: Courier
  260. *Font Courier: Standard "(001.004)" Standard ROM
  261. *Font Courier-Bold: Standard "(001.004)" Standard ROM
  262. *Font Courier-BoldOblique: Standard "(001.004)" Standard ROM
  263. *Font Courier-Oblique: Standard "(001.004)" Standard ROM
  264. *Font Helvetica: Standard "(001.002)" Standard ROM
  265. *Font Helvetica-Bold: Standard "(001.002)" Standard ROM
  266. *Font Helvetica-BoldOblique: Standard "(001.002)" Standard ROM
  267. *Font Helvetica-Oblique: Standard "(001.002)" Standard ROM
  268. *Font Symbol: Special "(001.003)" Special ROM
  269. *Font Times-Bold: Standard "(001.002)" Standard ROM
  270. *Font Times-BoldItalic: Standard "(001.004)" Standard ROM
  271. *Font Times-Italic: Standard "(001.002)" Standard ROM
  272. *Font Times-Roman: Standard "(001.002)" Standard ROM
  273. *?FontQuery: "
  274. save
  275. {
  276.   count 1 gt {
  277.   exch dup 128 string cvs (/) print print (:) print
  278.   dup FontDirectory exch known {pop (Yes)}
  279.   {
  280.     (fonts/                              )
  281.       dup 3 -1 roll 128 string cvs dup length /len exch def
  282.       6 exch putinterval
  283.       0 len 6 add getinterval mark exch
  284.       { } 128 string filenameforall counttomark 0 gt {
  285.       cleartomark (Yes)}{cleartomark (No)}ifelse
  286.       }ifelse =
  287.       }{ exit } ifelse
  288.   } bind loop
  289.   (*) = flush
  290. restore
  291. "
  292. *End
  293.  
  294. *?FontList: "
  295. save
  296.   FontDirectory { pop == } bind forall flush
  297.   /filenameforall where {
  298.     pop (fonts/*) {
  299.     dup length 6 sub 6 exch getinterval cvn ==
  300.     } bind
  301.     128 string filenameforall flush
  302.   } if
  303.   (*) = flush
  304. restore
  305. "
  306. *End
  307.  
  308. *% Printer Messages (verbatim from printer):
  309. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  310. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  311. *Message: "\FontName\ not found, using Courier"
  312.  
  313. *% Status (format: %%[ status: <one of these> ]%% )
  314. *Status: "idle"
  315. *Status: "busy"
  316. *Status: "waiting"
  317. *Status: "printing"
  318.  
  319. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  320. *Source: "serial9"
  321. *Source: "serial25"
  322. *Source: "AppleTalk"
  323. *Source: "Centronics"
  324.  
  325. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  326. *PrinterError: "Fatal error"
  327. *PrinterError: "Engine hardware failure"
  328. *PrinterError: "Printer busy"
  329. *PrinterError: "Printer in pause"
  330. *PrinterError: "Media jam"
  331. *PrinterError: "Cutter jam"
  332. *PrinterError: "No cassette"
  333. *PrinterError: "No media"
  334. *PrinterError: "Take done"
  335. *PrinterError: "Missed breakpoint"
  336. *PrinterError: "Warning: Low media"
  337. *PrinterError: "Cover Open"
  338. *PrinterError: "Non Voltatile Memory Write Complete"
  339. *PrinterError: "No Cutter"
  340. *PrinterError: "Engine Underrun"
  341. *PrinterError: "External Processor Not Ready"
  342. *PrinterError: "Command Processing State"
  343. *PrinterError: "Time out on engine communication"
  344. *PrinterError: "Engine communication failure"
  345. *PrinterError: "Error in engine resolution"
  346. *PrinterError: "Printer OK"
  347. *PrinterError: "Failed printerstart"
  348. *PrinterError: "Image transfer problem"
  349. *PrinterError: "Image transfer problem"
  350. *PrinterError: "Image transfer problem"
  351. *PrinterError: "Image transfer problem"
  352. *PrinterError: "Image transfer problem"
  353. *PrinterError: "Image transfer problem"
  354. *PrinterError: "Image transfer problem"
  355. *PrinterError: "Default page being defined is too long."
  356. *PrinterError: "Page being defined is too wide."
  357. *PrinterError: "Printer needs attention"
  358.  
  359.  
  360. *% Color Separation Information =====================
  361.  
  362. *InkName: ProcessCyan/Process Cyan
  363. *InkName: ProcessMagenta/Process Magenta
  364. *InkName: ProcessYellow/Process Yellow
  365. *InkName: ProcessBlack/Process Black
  366. *InkName: CustomColor/Custom Color
  367.  
  368. *% For 65 lpi  =====================================================
  369.  
  370. *ColorSepScreenAngle ProcessBlack.65lpi.1200dpi/65 lpi / 1200 dpi: "45.0"
  371. *ColorSepScreenAngle CustomColor.65lpi.1200dpi/65 lpi / 1200 dpi: "45.0"
  372. *ColorSepScreenAngle ProcessCyan.65lpi.1200dpi/65 lpi / 1200 dpi: "18.43"
  373. *ColorSepScreenAngle ProcessMagenta.65lpi.1200dpi/65 lpi / 1200 dpi: "71.57"
  374. *ColorSepScreenAngle ProcessYellow.65lpi.1200dpi/65 lpi / 1200 dpi: "0.0"
  375.  
  376. *ColorSepScreenFreq ProcessBlack.65lpi.1200dpi/65 lpi / 1200 dpi: "70.71"
  377. *ColorSepScreenFreq CustomColor.65lpi.1200dpi/65 lpi / 1200 dpi: "70.71"
  378. *ColorSepScreenFreq ProcessCyan.65lpi.1200dpi/65 lpi / 1200 dpi: "63.25"
  379. *ColorSepScreenFreq ProcessMagenta.65lpi.1200dpi/65 lpi / 1200 dpi: "63.25"
  380. *ColorSepScreenFreq ProcessYellow.65lpi.1200dpi/65 lpi / 1200 dpi: "66.67"
  381.  
  382. *ColorSepScreenAngle ProcessBlack.65lpi.2400dpi/65 lpi / 2400 dpi: "45.0"
  383. *ColorSepScreenAngle CustomColor.65lpi.2400dpi/65 lpi / 2400 dpi: "45.0"
  384. *ColorSepScreenAngle ProcessCyan.65lpi.2400dpi/65 lpi / 2400 dpi: "18.43"
  385. *ColorSepScreenAngle ProcessMagenta.65lpi.2400dpi/65 lpi / 2400 dpi: "71.57"
  386. *ColorSepScreenAngle ProcessYellow.65lpi.2400dpi/65 lpi / 2400 dpi: "0.0"
  387.  
  388. *ColorSepScreenFreq ProcessBlack.65lpi.2400dpi/65 lpi / 2400 dpi: "70.71"
  389. *ColorSepScreenFreq CustomColor.65lpi.2400dpi/65 lpi / 2400 dpi: "70.71"
  390. *ColorSepScreenFreq ProcessCyan.65lpi.2400dpi/65 lpi / 2400 dpi: "63.25"
  391. *ColorSepScreenFreq ProcessMagenta.65lpi.2400dpi/65 lpi / 2400 dpi: "63.25"
  392. *ColorSepScreenFreq ProcessYellow.65lpi.2400dpi/65 lpi / 2400 dpi: "66.67"
  393.  
  394. *% For 100 lpi  =====================================================
  395.  
  396. *ColorSepScreenAngle ProcessBlack.100lpi.1200dpi/100 lpi / 1200 dpi: "45.0"
  397. *ColorSepScreenAngle CustomColor.100lpi.1200dpi/100 lpi / 1200 dpi: "45.0"
  398. *ColorSepScreenAngle ProcessCyan.100lpi.1200dpi/100 lpi / 1200 dpi: "18.43"
  399. *ColorSepScreenAngle ProcessMagenta.100lpi.1200dpi/100 lpi / 1200 dpi: "71.57"
  400. *ColorSepScreenAngle ProcessYellow.100lpi.1200dpi/100 lpi / 1200 dpi: "0.0"
  401.  
  402. *ColorSepScreenFreq ProcessBlack.100lpi.1200dpi/100 lpi / 1200 dpi: "106.07"
  403. *ColorSepScreenFreq CustomColor.100lpi.1200dpi/100 lpi / 1200 dpi: "106.07"
  404. *ColorSepScreenFreq ProcessCyan.100lpi.1200dpi/100 lpi / 1200 dpi: "94.87"
  405. *ColorSepScreenFreq ProcessMagenta.100lpi.1200dpi/100 lpi / 1200 dpi: "94.87"
  406. *ColorSepScreenFreq ProcessYellow.100lpi.1200dpi/100 lpi / 1200 dpi: "100.00"
  407.  
  408. *ColorSepScreenAngle ProcessBlack.100lpi.2400dpi/100 lpi / 2400 dpi: "45.0"
  409. *ColorSepScreenAngle CustomColor.100lpi.2400dpi/100 lpi / 2400 dpi: "45.0"
  410. *ColorSepScreenAngle ProcessCyan.100lpi.2400dpi/100 lpi / 2400 dpi: "18.43"
  411. *ColorSepScreenAngle ProcessMagenta.100lpi.2400dpi/100 lpi / 2400 dpi: "71.57"
  412. *ColorSepScreenAngle ProcessYellow.100lpi.2400dpi/100 lpi / 2400 dpi: "0.0"
  413.  
  414. *ColorSepScreenFreq ProcessBlack.100lpi.2400dpi/100 lpi / 2400 dpi: "106.07"
  415. *ColorSepScreenFreq CustomColor.100lpi.2400dpi/100 lpi / 2400 dpi: "106.07"
  416. *ColorSepScreenFreq ProcessCyan.100lpi.2400dpi/100 lpi / 2400 dpi: "94.87"
  417. *ColorSepScreenFreq ProcessMagenta.100lpi.2400dpi/100 lpi / 2400 dpi: "94.87"
  418. *ColorSepScreenFreq ProcessYellow.100lpi.2400dpi/100 lpi / 2400 dpi: "100.00"
  419.  
  420. *% For 120 lpi  =====================================================
  421. *ColorSepScreenAngle ProcessBlack.120lpi.2400dpi/120 lpi / 2400 dpi: "45.0"
  422. *ColorSepScreenAngle CustomColor.120lpi.2400dpi/120 lpi / 2400 dpi: "45.0"
  423. *ColorSepScreenAngle ProcessCyan.120lpi.2400dpi/120 lpi / 2400 dpi: "18.43"
  424. *ColorSepScreenAngle ProcessMagenta.120lpi.2400dpi/120 lpi / 2400 dpi: "71.57"
  425. *ColorSepScreenAngle ProcessYellow.120lpi.2400dpi/120 lpi / 2400 dpi: "0.0"
  426.  
  427. *ColorSepScreenFreq ProcessBlack.120lpi.2400dpi/120 lpi / 2400 dpi: "113.14"
  428. *ColorSepScreenFreq CustomColor.120lpi.2400dpi/120 lpi / 2400 dpi: "113.14"
  429. *ColorSepScreenFreq ProcessCyan.120lpi.2400dpi/120 lpi / 2400 dpi: "126.50"
  430. *ColorSepScreenFreq ProcessMagenta.120lpi.2400dpi/120 lpi / 2400 dpi: "126.50"
  431. *ColorSepScreenFreq ProcessYellow.120lpi.2400dpi/120 lpi / 2400 dpi: "120.00"
  432.  
  433. *% For 133 lpi  =====================================================
  434.  
  435. *ColorSepScreenAngle ProcessBlack.133lpi.1200dpi/133 lpi / 1200 dpi: "45.0"
  436. *ColorSepScreenAngle CustomColor.133lpi.1200dpi/133 lpi / 1200 dpi: "45.0"
  437. *ColorSepScreenAngle ProcessCyan.133lpi.1200dpi/133 lpi / 1200 dpi: "18.43"
  438. *ColorSepScreenAngle ProcessMagenta.133lpi.1200dpi/133 lpi / 1200 dpi: "71.57"
  439. *ColorSepScreenAngle ProcessYellow.133lpi.1200dpi/133 lpi / 1200 dpi: "0.0"
  440.  
  441. *ColorSepScreenFreq ProcessBlack.133lpi.1200dpi/133 lpi / 1200 dpi: "141.42"
  442. *ColorSepScreenFreq CustomColor.133lpi.1200dpi/133 lpi / 1200 dpi: "141.42"
  443. *ColorSepScreenFreq ProcessCyan.133lpi.1200dpi/133 lpi / 1200 dpi: "126.50"
  444. *ColorSepScreenFreq ProcessMagenta.133lpi.1200dpi/133 lpi / 1200 dpi: "126.50"
  445. *ColorSepScreenFreq ProcessYellow.133lpi.1200dpi/133 lpi / 1200 dpi: "133.33"
  446.  
  447. *ColorSepScreenAngle ProcessBlack.133lpi.2400dpi/133 lpi / 2400 dpi: "45.0"
  448. *ColorSepScreenAngle CustomColor.133lpi.2400dpi/133 lpi / 2400 dpi: "45.0"
  449. *ColorSepScreenAngle ProcessCyan.133lpi.2400dpi/133 lpi / 2400 dpi: "18.43"
  450. *ColorSepScreenAngle ProcessMagenta.133lpi.2400dpi/133 lpi / 2400 dpi: "71.57"
  451. *ColorSepScreenAngle ProcessYellow.133lpi.2400dpi/133 lpi / 2400 dpi: "0.0"
  452.  
  453. *ColorSepScreenFreq ProcessBlack.133lpi.2400dpi/133 lpi / 2400 dpi: "141.42"
  454. *ColorSepScreenFreq CustomColor.133lpi.2400dpi/133 lpi / 2400 dpi: "141.42"
  455. *ColorSepScreenFreq ProcessCyan.133lpi.2400dpi/133 lpi / 2400 dpi: "126.50"
  456. *ColorSepScreenFreq ProcessMagenta.133lpi.2400dpi/133 lpi / 2400 dpi: "126.50"
  457. *ColorSepScreenFreq ProcessYellow.133lpi.2400dpi/133 lpi / 2400 dpi: "133.33"
  458.  
  459. *ColorSepScreenAngle ProcessBlack.133lpi.3600dpi/133 lpi / 3600 dpi: "45.0"
  460. *ColorSepScreenAngle CustomColor.133lpi.3600dpi/133 lpi / 3600 dpi: "45.0"
  461. *ColorSepScreenAngle ProcessCyan.133lpi.3600dpi/133 lpi / 3600 dpi: "18.43"
  462. *ColorSepScreenAngle ProcessMagenta.133lpi.3600dpi/133 lpi / 3600 dpi: "71.57"
  463. *ColorSepScreenAngle ProcessYellow.133lpi.3600dpi/133 lpi / 3600 dpi: "0.0"
  464.  
  465. *ColorSepScreenFreq ProcessBlack.133lpi.3600dpi/133 lpi / 3600 dpi: "141.421"
  466. *ColorSepScreenFreq CustomColor.133lpi.3600dpi/133 lpi / 3600 dpi: "141.421"
  467. *ColorSepScreenFreq ProcessCyan.133lpi.3600dpi/133 lpi / 3600 dpi: "126.491"
  468. *ColorSepScreenFreq ProcessMagenta.133lpi.3600dpi/133 lpi / 3600 dpi: "126.491"
  469. *ColorSepScreenFreq ProcessYellow.133lpi.3600dpi/133 lpi / 3600 dpi: "133.333"
  470.  
  471. *% For 150 lpi  =====================================================
  472.  
  473. *ColorSepScreenAngle ProcessBlack.150lpi.1200dpiATLAS/150 lpi / 1200 dpi ATLAS: "45.0"
  474. *ColorSepScreenAngle CustomColor.150lpi.1200dpiATLAS/150 lpi / 1200 dpi ATLAS: "45.0"
  475. *ColorSepScreenAngle ProcessCyan.150lpi.1200dpiATLAS/150 lpi / 1200 dpi ATLAS: "18.43"
  476. *ColorSepScreenAngle ProcessMagenta.150lpi.1200dpiATLAS/150 lpi / 1200 dpi ATLAS: "71.57"
  477. *ColorSepScreenAngle ProcessYellow.150lpi.1200dpiATLAS/150 lpi / 1200 dpi ATLAS: "0.0"
  478.  
  479. *ColorSepScreenFreq ProcessBlack.150lpi.1200dpiATLAS/150 lpi / 1200 dpi ATLAS: "169.71"
  480. *ColorSepScreenFreq CustomColor.150lpi.1200dpiATLAS/150 lpi / 1200 dpi ATLAS: "169.71"
  481. *ColorSepScreenFreq ProcessCyan.150lpi.1200dpiATLAS/150 lpi / 1200 dpi ATLAS: "126.50"
  482. *ColorSepScreenFreq ProcessMagenta.150lpi.1200dpiATLAS/150 lpi / 1200 dpi ATLAS: "126.50"
  483. *ColorSepScreenFreq ProcessYellow.150lpi.1200dpiATLAS/150 lpi / 1200 dpi ATLAS: "150.00"
  484.  
  485. *ColorSepScreenAngle ProcessBlack.150lpi.2400dpiATLAS/150 lpi / 2400 dpi ATLAS: "45.0"
  486. *ColorSepScreenAngle CustomColor.150lpi.2400dpiATLAS/150 lpi / 2400 dpi ATLAS: "45.0"
  487. *ColorSepScreenAngle ProcessCyan.150lpi.2400dpiATLAS/150 lpi / 2400 dpi ATLAS: "18.43"
  488. *ColorSepScreenAngle ProcessMagenta.150lpi.2400dpiATLAS/150 lpi / 2400 dpi ATLAS: "71.57"
  489. *ColorSepScreenAngle ProcessYellow.150lpi.2400dpiATLAS/150 lpi / 2400 dpi ATLAS: "0.0"
  490.  
  491. *ColorSepScreenFreq ProcessBlack.150lpi.2400dpiATLAS/150 lpi / 2400 dpi ATLAS: "169.71"
  492. *ColorSepScreenFreq CustomColor.150lpi.2400dpiATLAS/150 lpi / 2400 dpi ATLAS: "169.71"
  493. *ColorSepScreenFreq ProcessCyan.150lpi.2400dpiATLAS/150 lpi / 2400 dpi ATLAS: "126.50"
  494. *ColorSepScreenFreq ProcessMagenta.150lpi.2400dpiATLAS/150 lpi / 2400 dpi ATLAS: "126.50"
  495. *ColorSepScreenFreq ProcessYellow.150lpi.2400dpiATLAS/150 lpi / 2400 dpi ATLAS: "150.00"
  496.  
  497. *% For 150 lpi  =====================================================
  498.  
  499. *ColorSepScreenAngle ProcessBlack.150lpi.1200dpiSTAR/150 lpi / 1200 dpi STAR: "45.0"
  500. *ColorSepScreenAngle CustomColor.150lpi.1200dpiSTAR/150 lpi / 1200 dpi STAR: "45.0"
  501. *ColorSepScreenAngle ProcessCyan.150lpi.1200dpiSTAR/150 lpi / 1200 dpi STAR: "18.43"
  502. *ColorSepScreenAngle ProcessMagenta.150lpi.1200dpiSTAR/150 lpi / 1200 dpi STAR: "71.57"
  503. *ColorSepScreenAngle ProcessYellow.150lpi.1200dpiSTAR/150 lpi / 1200 dpi STAR: "0.0"
  504.  
  505. *ColorSepScreenFreq ProcessBlack.150lpi.1200dpiSTAR/150 lpi / 1200 dpi STAR: "169.71"
  506. *ColorSepScreenFreq CustomColor.150lpi.1200dpiSTAR/150 lpi / 1200 dpi STAR: "169.71"
  507. *ColorSepScreenFreq ProcessCyan.150lpi.1200dpiSTAR/150 lpi / 1200 dpi STAR: "126.50"
  508. *ColorSepScreenFreq ProcessMagenta.150lpi.1200dpiSTAR/150 lpi / 1200 dpi STAR: "126.50"
  509. *ColorSepScreenFreq ProcessYellow.150lpi.1200dpiSTAR/150 lpi / 1200 dpi STAR: "150.00"
  510.  
  511. *ColorSepScreenAngle ProcessBlack.150lpi.2400dpiSTAR/150 lpi / 2400 dpi STAR: "45.0"
  512. *ColorSepScreenAngle CustomColor.150lpi.2400dpiSTAR/150 lpi / 2400 dpi STAR: "45.0"
  513. *ColorSepScreenAngle ProcessCyan.150lpi.2400dpiSTAR/150 lpi / 2400 dpi STAR: "14.93"
  514. *ColorSepScreenAngle ProcessMagenta.150lpi.2400dpiSTAR/150 lpi / 2400 dpi STAR: "75.07"
  515. *ColorSepScreenAngle ProcessYellow.150lpi.2400dpiSTAR/150 lpi / 2400 dpi STAR: "0.0"
  516.  
  517. *ColorSepScreenFreq ProcessBlack.150lpi.2400dpiSTAR/150 lpi / 2400 dpi STAR: "154.28"
  518. *ColorSepScreenFreq CustomColor.150lpi.2400dpiSTAR/150 lpi / 2400 dpi STAR: "154.28"
  519. *ColorSepScreenFreq ProcessCyan.150lpi.2400dpiSTAR/150 lpi / 2400 dpi STAR: "154.60"
  520. *ColorSepScreenFreq ProcessMagenta.150lpi.2400dpiSTAR/150 lpi / 2400 dpi STAR: "154.60"
  521. *ColorSepScreenFreq ProcessYellow.150lpi.2400dpiSTAR/150 lpi / 2400 dpi STAR: "150.00"
  522.  
  523. *ColorSepScreenAngle ProcessBlack.150lpi.3600dpi/150 lpi / 3600 dpi: "45.0"
  524. *ColorSepScreenAngle CustomColor.150lpi.3600dpi/150 lpi / 3600 dpi: "45.0"
  525. *ColorSepScreenAngle ProcessCyan.150lpi.3600dpi/150 lpi / 3600 dpi: "18.43"
  526. *ColorSepScreenAngle ProcessMagenta.150lpi.3600dpi/150 lpi / 3600 dpi: "71.57"
  527. *ColorSepScreenAngle ProcessYellow.150lpi.3600dpi/150 lpi / 3600 dpi: "0.0"
  528.  
  529. *ColorSepScreenFreq ProcessBlack.150lpi.3600dpi/150 lpi / 3600 dpi: "159.099"
  530. *ColorSepScreenFreq CustomColor.150lpi.3600dpi/150 lpi / 3600 dpi: "159.099"
  531. *ColorSepScreenFreq ProcessCyan.150lpi.3600dpi/150 lpi / 3600 dpi: "142.302"
  532. *ColorSepScreenFreq ProcessMagenta.150lpi.3600dpi/150 lpi / 3600 dpi: "142.302"
  533. *ColorSepScreenFreq ProcessYellow.150lpi.3600dpi/150 lpi / 3600 dpi: "150.00"
  534.  
  535. *% For 160 lpi  =====================================================
  536.  
  537. *ColorSepScreenAngle ProcessBlack.160lpi.2400dpi/160 lpi / 2400 dpi: "45.0"
  538. *ColorSepScreenAngle CustomColor.160lpi.2400dpi/160 lpi / 2400 dpi: "45.0"
  539. *ColorSepScreenAngle ProcessCyan.160lpi.2400dpi/160 lpi / 2400 dpi: "18.43"
  540. *ColorSepScreenAngle ProcessMagenta.160lpi.2400dpi/160 lpi / 2400 dpi: "71.57"
  541. *ColorSepScreenAngle ProcessYellow.160lpi.2400dpi/160 lpi / 2400 dpi: "0.0"
  542.  
  543. *ColorSepScreenFreq ProcessBlack.160lpi.2400dpi/160 lpi / 2400 dpi: "169.71"
  544. *ColorSepScreenFreq CustomColor.160lpi.2400dpi/160 lpi / 2400 dpi: "169.71"
  545. *ColorSepScreenFreq ProcessCyan.160lpi.2400dpi/160 lpi / 2400 dpi: "151.79"
  546. *ColorSepScreenFreq ProcessMagenta.160lpi.2400dpi/160 lpi / 2400 dpi: "151.79"
  547. *ColorSepScreenFreq ProcessYellow.160lpi.2400dpi/160 lpi / 2400 dpi: "160.00"
  548.  
  549. *% For 175 lpi  =====================================================
  550.  
  551. *ColorSepScreenAngle ProcessBlack.175lpi.2400dpi/175 lpi / 2400 dpi: "45.0"
  552. *ColorSepScreenAngle CustomColor.175lpi.2400dpi/175 lpi / 2400 dpi: "45.0"
  553. *ColorSepScreenAngle ProcessCyan.175lpi.2400dpi/175 lpi / 2400 dpi: "18.43"
  554. *ColorSepScreenAngle ProcessMagenta.175lpi.2400dpi/175 lpi / 2400 dpi: "71.57"
  555. *ColorSepScreenAngle ProcessYellow.175lpi.2400dpi/175 lpi / 2400 dpi: "0.0"
  556.  
  557. *ColorSepScreenFreq ProcessBlack.175lpi.2400dpi/175 lpi / 2400 dpi: "169.71"
  558. *ColorSepScreenFreq CustomColor.175lpi.2400dpi/175 lpi / 2400 dpi: "169.71"
  559. *ColorSepScreenFreq ProcessCyan.175lpi.2400dpi/175 lpi / 2400 dpi: "189.74"
  560. *ColorSepScreenFreq ProcessMagenta.175lpi.2400dpi/175 lpi / 2400 dpi: "189.74"
  561. *ColorSepScreenFreq ProcessYellow.175lpi.2400dpi/175 lpi / 2400 dpi: "160.00"
  562.  
  563. *ColorSepScreenAngle ProcessBlack.175lpi.3600dpi/175 lpi / 3600 dpi: "45.0"
  564. *ColorSepScreenAngle CustomColor.175lpi.3600dpi/175 lpi / 3600 dpi: "45.0"
  565. *ColorSepScreenAngle ProcessCyan.175lpi.3600dpi/175 lpi / 3600 dpi: "18.43"
  566. *ColorSepScreenAngle ProcessMagenta.175lpi.3600dpi/175 lpi / 3600 dpi: "71.57"
  567. *ColorSepScreenAngle ProcessYellow.175lpi.3600dpi/175 lpi / 3600 dpi: "0.0"
  568.  
  569. *ColorSepScreenFreq ProcessBlack.175lpi.3600dpi/175 lpi / 3600 dpi: "181.827"
  570. *ColorSepScreenFreq CustomColor.175lpi.3600dpi/175 lpi / 3600 dpi: "181.827"
  571. *ColorSepScreenFreq ProcessCyan.175lpi.3600dpi/175 lpi / 3600 dpi: "162.631"
  572. *ColorSepScreenFreq ProcessMagenta.175lpi.3600dpi/175 lpi / 3600 dpi: "162.631"
  573. *ColorSepScreenFreq ProcessYellow.175lpi.3600dpi/175 lpi / 3600 dpi: "171.429"
  574.  
  575. *% For 200 lpi  =====================================================
  576.  
  577. *ColorSepScreenAngle ProcessBlack.200lpi.2400dpi/200 lpi / 2400 dpi: "45.0"
  578. *ColorSepScreenAngle CustomColor.200lpi.2400dpi/200 lpi / 2400 dpi: "45.0"
  579. *ColorSepScreenAngle ProcessCyan.200lpi.2400dpi/200 lpi / 2400 dpi: "18.43"
  580. *ColorSepScreenAngle ProcessMagenta.200lpi.2400dpi/200 lpi / 2400 dpi: "71.57"
  581. *ColorSepScreenAngle ProcessYellow.200lpi.2400dpi/200 lpi / 2400 dpi: "0.0"
  582.  
  583. *ColorSepScreenFreq ProcessBlack.200lpi.2400dpi/200 lpi / 2400 dpi: "212.13"
  584. *ColorSepScreenFreq CustomColor.200lpi.2400dpi/200 lpi / 2400 dpi: "212.13"
  585. *ColorSepScreenFreq ProcessCyan.200lpi.2400dpi/200 lpi / 2400 dpi: "189.74"
  586. *ColorSepScreenFreq ProcessMagenta.200lpi.2400dpi/200 lpi / 2400 dpi: "189.74"
  587. *ColorSepScreenFreq ProcessYellow.200lpi.2400dpi/200 lpi / 2400 dpi: "200.00"
  588.  
  589. *ColorSepScreenAngle ProcessBlack.200lpi.3600dpi/200 lpi / 3600 dpi: "45.0"
  590. *ColorSepScreenAngle CustomColor.200lpi.3600dpi/200 lpi / 3600 dpi: "45.0"
  591. *ColorSepScreenAngle ProcessCyan.200lpi.3600dpi/200 lpi / 3600 dpi: "18.43"
  592. *ColorSepScreenAngle ProcessMagenta.200lpi.3600dpi/200 lpi / 3600 dpi: "71.57"
  593. *ColorSepScreenAngle ProcessYellow.200lpi.3600dpi/200 lpi / 3600 dpi: "0.0"
  594.  
  595. *ColorSepScreenFreq ProcessBlack.200lpi.3600dpi/200 lpi / 3600 dpi: "212.132"
  596. *ColorSepScreenFreq CustomColor.200lpi.3600dpi/200 lpi / 3600 dpi: "212.132"
  597. *ColorSepScreenFreq ProcessCyan.200lpi.3600dpi/200 lpi / 3600 dpi: "189.737"
  598. *ColorSepScreenFreq ProcessMagenta.200lpi.3600dpi/200 lpi / 3600 dpi: "189.737"
  599. *ColorSepScreenFreq ProcessYellow.200lpi.3600dpi/200 lpi / 3600 dpi: "200.00"
  600.  
  601. *% For 240 lpi  =====================================================
  602.  
  603. *ColorSepScreenAngle ProcessBlack.240lpi.3600dpi/240 lpi / 3600 dpi: "45.0"
  604. *ColorSepScreenAngle CustomColor.240lpi.3600dpi/240 lpi / 3600 dpi: "45.0"
  605. *ColorSepScreenAngle ProcessCyan.240lpi.3600dpi/240 lpi / 3600 dpi: "18.43"
  606. *ColorSepScreenAngle ProcessMagenta.240lpi.3600dpi/240 lpi / 3600 dpi: "71.57"
  607. *ColorSepScreenAngle ProcessYellow.240lpi.3600dpi/240 lpi / 3600 dpi: "0.0"
  608.  
  609. *ColorSepScreenFreq ProcessBlack.240lpi.3600dpi/240 lpi / 3600 dpi: "254.558"
  610. *ColorSepScreenFreq CustomColor.240lpi.3600dpi/240 lpi / 3600 dpi: "254.558"
  611. *ColorSepScreenFreq ProcessCyan.240lpi.3600dpi/240 lpi / 3600 dpi: "227.684"
  612. *ColorSepScreenFreq ProcessMagenta.240lpi.3600dpi/240 lpi / 3600 dpi: "227.684"
  613. *ColorSepScreenFreq ProcessYellow.240lpi.3600dpi/240 lpi / 3600 dpi: "240.000"
  614.  
  615. *% For 300 lpi  =====================================================
  616.  
  617. *ColorSepScreenAngle ProcessBlack.300lpi.3600dpi/300 lpi / 3600 dpi: "45.0"
  618. *ColorSepScreenAngle CustomColor.300lpi.3600dpi/300 lpi / 3600 dpi: "45.0"
  619. *ColorSepScreenAngle ProcessCyan.300lpi.3600dpi/300 lpi / 3600 dpi: "18.43"
  620. *ColorSepScreenAngle ProcessMagenta.300lpi.3600dpi/300 lpi / 3600 dpi: "71.57"
  621. *ColorSepScreenAngle ProcessYellow.300lpi.3600dpi/300 lpi / 3600 dpi: "0.0"
  622.  
  623. *ColorSepScreenFreq ProcessBlack.300lpi.3600dpi/300 lpi / 3600 dpi: "318.198"
  624. *ColorSepScreenFreq CustomColor.300lpi.3600dpi/300 lpi / 3600 dpi: "318.198"
  625. *ColorSepScreenFreq ProcessCyan.300lpi.3600dpi/300 lpi / 3600 dpi: "284.605"
  626. *ColorSepScreenFreq ProcessMagenta.300lpi.3600dpi/300 lpi / 3600 dpi: "284.605"
  627. *ColorSepScreenFreq ProcessYellow.300lpi.3600dpi/300 lpi / 3600 dpi: "300.000"
  628.  
  629.  
  630. *% The byte count of this file should be exactly 028072 or 028704
  631. *% depending on the filesystem it resides in.
  632. *% end of PPD file for AGFA SelectSet 5000 
  633.